This web method is used for obtaining information for a given asset number.
Method | /ProCloudWS.asmx/EinInfoGet |
The request body is of type EinInfoGet.
Name | Description | Data Type |
---|---|---|
objProviderGUId | This is a unique provider id, which can be obtained from CSS GUId | guid |
strPassword | This is your unique service password which can be obtained from CSS String (min 1 max 50) | xml:string |
intProviderBranchId | This is the providers branch making the web service call (can be obtained via the ProviderBranchesGet web method) Integer | xml:int |
strEin | This is the asset id for the given item String (min 1 max 50) | xml:string |
|
The response body is of type EinInfoGetResponse.
Name | Description | Data Type |
---|---|---|
EinInfoGetResult | objEinInfoGetReturn |
|
<?xml version="1.0" encoding="UTF-8"?> <objEinInfoGetReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <intErrorId>0</intErrorId> <strErrorMsg/> <xmlDataSet> <NewDataSet xmlns=""> <EinInfo> <Ein>008-107181</Ein> <GS1StockRef>0</GS1StockRef> <LegacyStockRef>EDC5 16001</LegacyStockRef> <ProviderId>34</ProviderId> <SerialNumber>1276941HH</SerialNumber> <Batch/> <EinValue>0.0000</EinValue> <ProductTemplateId>38571</ProductTemplateId> <StockUId>E03</StockUId> <Stock_description>Holmatro Hydraulic Core Rescue Equipment</Stock_description> <Special>false</Special> <BranchId>65</BranchId> <BranchName>STN09 - FS</BranchName> <StatusId>2866</StatusId> <StatusName>Middle tray</StatusName> <MovedByUserId>10012</MovedByUserId> <MovedByUsersName>John Smith</MovedByUsersName> <DateMoved>2016-09-05T21:31:51.323+01:00</DateMoved> <HoursThere>4404</HoursThere> <PoId>0</PoId> <DatePurchased>2016-09-05T11:46:44.343+01:00</DatePurchased> <EinPurchaseCost>0.0000</EinPurchaseCost> <ManuWarrantyExpDate>2016-09-05T11:46:44.343+01:00</ManuWarrantyExpDate> <ManuWarrantyDaysLeft>0</ManuWarrantyDaysLeft> <LifeSpanExpiresDate>2999-01-01T00:00:00+00:00</LifeSpanExpiresDate> <LifeSpanExpiresDaysLeft>0</LifeSpanExpiresDaysLeft> <RecycleCount>0</RecycleCount> <ProductImage>REQEREBERAREQEREBERB/9k=</ProductImage> <ProductImageUpdated>2016-09-05T20:31:38.113+01:00</ProductImageUpdated> <StockItemTypeId>2</StockItemTypeId> <StockItemTypeDesc>Inventory</StockItemTypeDesc> <HomeProviderBranchId>0</HomeProviderBranchId> <HomeProviderBranchName/> <HomeStatusId>0</HomeStatusId> <HomeStatusName/> <AssetBreadcrumb>Fire Service > STN09 - FS > STN09 - FS > D09P1 > Nearside front > Middle tray</AssetBreadcrumb> <AssetCategoryId>-1</AssetCategoryId> <AssetCategoryName>N/A</AssetCategoryName> <AssetCategorySubId>-1</AssetCategorySubId> <AssetSubCategoryName>N/A</AssetSubCategoryName> <AssetImageUpdated>2999-01-01T00:00:00+00:00</AssetImageUpdated> <AssetDescription>N/A</AssetDescription> <CurrentlyWithCustomer>false</CurrentlyWithCustomer> <CurrentlyWithContractId>-1</CurrentlyWithContractId> <CurrentlyWithContractName/> <CurrentlyWithServiceUserId>-1</CurrentlyWithServiceUserId> <CurrentlyWithServiceUserForename/> <CurrentlyWithServiceUserSurname/> <CurrentlyWithAddressId>-1</CurrentlyWithAddressId> <CurrentlyWithSubDwelling/> <CurrentlyWithBuildingNameNumber/> <CurrentlyWithPostcode/> </EinInfo> </NewDataSet> </xmlDataSet> </objEinInfoGetReturn>